From 3f73a91625bc91c51ac415e74fe3b2e898b16ed9 Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Sun, 25 Jan 2015 14:43:43 +0000 Subject: [PATCH] stubdom: don't look for mini-os source file during configure Don't look for mini-os source file during configure. Mini-os source code will be fetched during build. Instead look for xenstore-minios.cfg. Signed-off-by: Wei Liu Cc: Ian Campbell Cc: Ian Jackson Acked-by: Ian Campbell --- stubdom/configure | 2 +- stubdom/configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stubdom/configure b/stubdom/configure index 74c5d1d2d1..f4b1cd3783 100755 --- a/stubdom/configure +++ b/stubdom/configure @@ -584,7 +584,7 @@ PACKAGE_STRING='Xen Hypervisor Stub Domains 4.6' PACKAGE_BUGREPORT='xen-devel@lists.xen.org' PACKAGE_URL='http://www.xen.org/' -ac_unique_file="../extras/mini-os/kernel.c" +ac_unique_file="xenstore-minios.cfg" ac_subst_vars='LTLIBOBJS LIBOBJS STUBDOM_INSTALL diff --git a/stubdom/configure.ac b/stubdom/configure.ac index 6468203b63..9fec8539d2 100644 --- a/stubdom/configure.ac +++ b/stubdom/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ([2.67]) AC_INIT([Xen Hypervisor Stub Domains], m4_esyscmd([../version.sh ../xen/Makefile]), [xen-devel@lists.xen.org], [xen], [http://www.xen.org/]) -AC_CONFIG_SRCDIR([../extras/mini-os/kernel.c]) +AC_CONFIG_SRCDIR([xenstore-minios.cfg]) AC_CONFIG_FILES([../config/Stubdom.mk]) AC_CONFIG_AUX_DIR([../]) -- 2.30.2